home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Inno Setup 5.2.3 / isetup-5.2.3.exe / {app} / ISCC.exe / 1033 / MANIFEST / 1
Extensible Markup Language  |  2008-03-10  |  384b  |  11 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  4.     <security>
  5.         <requestedPrivileges>
  6.             <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
  7.         </requestedPrivileges>
  8.     </security>
  9. </trustInfo>
  10. </assembly>
  11.